home *** CD-ROM | disk | FTP | other *** search
- Path: news.delphi.com!usenet
- From: Stanley Anderson <anderson4@delphi.com>
- Newsgroups: comp.sys.amiga.applications
- Subject: FW Envelope macro
- Date: Sun, 11 Feb 96 23:22:23 -0500
- Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
- Message-ID: <BdNKBV3.anderson4@delphi.com>
- NNTP-Posting-Host: bos1g.delphi.com
-
- There was an earlier request for an v envelope macro which worked;
- this one does for me. Just select the address with the mouse, then
- invoke the macro (I assigned it to a button so it's only a click away)
- rz
- B00000000000000
-
-
-
- Options Results
- Status PortName
- OriginalHost = Result
- NR = Right(OriginalHost,1)
-
- NEWNR = NR + 1
- NEWHOST = Left(OriginalHost,7)||NEWNR
- Address VALUE OriginalHost
-
- Copy
- New
-
- Address Command
- do for 3 while ~show('P',NEWHOST)
-
- 'WAITFORPORT' NEWHOST
- end
-
- Address VALUE NEWHOST
-
- PAGESETUP Pagetype Custom Width 11.0 HEIGHT 9.00
- PAGESETUP Orient Wide
- SECTIONSETUP name main
- SECTIONSETUP columns 2 columngap .50
- SECTIONSETUP header 0 footer 0
- SECTIONSETUP TOP 1.50
- SECTIONSETUP BOTTOM 1.50
- SECTIONSETUP INSIDE 1.50
- SECTIONSETUP OUTSIDE 1.50
- FONT 'WORK:FINALWRITER/FWFonts/SWOLFONTS/SERIF/Thames_bold'
- FONTSIZE 14
- TYPE 'Stanley L. Anderson'
- NewParagraph
- FONT 'WORK:FINALWRITER/FWFonts/SWOLFONTS/SERIF/Thames'
- Fontsize 12
- TYPE 'Attorney at Law'
- NewParagraph
- TYPE '603 W. Main St.'
- NewParagraph
- TYPE 'Tishomingo, OK 73460'
- Do for 33
- Newparagraph
- end
- Paste
- Print
- Close Force
-
- This works for me with my Deskjet500 printer.
-
- Stan Anderson
-